Interface IExportableDescriptor<T>
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IExportableDescriptor<out T> where T : ISortedExportable
Methods
ValidateArgument(IInstantiationContext, ISortedExportable?)
View Source
Declaration
bool ValidateArgument(IInstantiationContext context, ISortedExportable? argument)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
WaaS.ComponentModel.Runtime.IInstantiationContext | context |
WaaS.ComponentModel.Runtime.ISortedExportable | argument |